home *** CD-ROM | disk | FTP | other *** search
/ IRIX Base Documentation 2001 May / SGI IRIX Base Documentation 2001 May.iso / usr / share / catman / p_man / cat3 / ftn / fdate.z / fdate
Encoding:
Text File  |  1998-10-30  |  1.7 KB  |  67 lines

  1.  
  2.  
  3.  
  4. FFFFDDDDAAAATTTTEEEE((((3333FFFF))))                                                            FFFFDDDDAAAATTTTEEEE((((3333FFFF))))
  5.  
  6.  
  7.  
  8. NNNNAAAAMMMMEEEE
  9.      fdate - return date and time in an ASCII string
  10.  
  11. SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
  12.      ssssuuuubbbbrrrroooouuuuttttiiiinnnneeee ffffddddaaaatttteeee ((((ssssttttrrrriiiinnnngggg))))
  13.      cccchhhhaaaarrrraaaacccctttteeeerrrr****((((****)))) ssssttttrrrriiiinnnngggg
  14.  
  15.      cccchhhhaaaarrrraaaacccctttteeeerrrr****((((****)))) ffffuuuunnnnccccttttiiiioooonnnn ffffddddaaaatttteeee(((())))
  16.  
  17. DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  18.      _F_d_a_t_e returns the current date and time as a 24 character string in the
  19.      format described under _c_t_i_m_e(3).  Neither `newline' nor NULL will be
  20.      included.
  21.  
  22.      _F_d_a_t_e can be called either as a function or as a subroutine.  If called
  23.      as a function, the calling routine must define its type and length. For
  24.      example:
  25.  
  26.           character*24   fdate
  27.           external       fdate
  28.  
  29.           write(*,*) fdate()
  30.  
  31.  
  32. FFFFIIIILLLLEEEESSSS
  33.      /usr/lib/libU77.a
  34.  
  35. SSSSEEEEEEEE AAAALLLLSSSSOOOO
  36.      ctime(3), time(3F), itime(3F), idate(3F), ltime(3F)
  37.  
  38. OOOORRRRIIIIGGGGIIIINNNN
  39.      MIPS Computer Systems
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.                                                                         PPPPaaaaggggeeee 1111
  64.  
  65.  
  66.  
  67.